home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_tripwire.idb / usr / freeware / lib / tripwire / README.CheckConfig.z / README.CheckConfig
Encoding:
Text File  |  1999-04-16  |  1.2 KB  |  30 lines

  1. CheckConfig
  2.  
  3. Arguably THE most important step in using tripwire on your system is the
  4. creation of a config file for the host.  The config file for you machine must
  5. reflect vendor as well as local file structure conventions.
  6.  
  7. For example on suns, /var and /usr are functionally equivelent, except with
  8. tripwire which cares that one is a symlink to the other.  Some vendors (NeXT)
  9. put network tools such as nslookup in /usr/etc while other vendors (HP) put
  10. them in /usr/bin
  11.  
  12. On some installations, the convention is to fill /usr/local with new code, on
  13. some locations /usr/local is full of symlinks which point to new code, some
  14. locations might decide to put new code in /Local.
  15.  
  16. Since the config file MUST match the flavour of your system, CheckConfig was
  17. created to parse the tripwire.config file and report anomilies.
  18.  
  19. usage::  CheckConfig [-v] file
  20.  
  21. In non-verbose mode, CheckConfig reports merely on the existance of symbolic
  22. links in the file.  This warns you that a symlink instead of a directory
  23. hierarchy or file is being monitored by tripwire.
  24.  
  25. In verbose mode, CheckConfig also shouts about non-existant files and lists
  26. all other entries as either directories or files.
  27.  
  28. Lance Bailey <lrb@ctrg.rri.uwo.ca>
  29.  
  30.